home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright Cornell University 1986. All rights are reserved.
-
- */
-
- /* quadrant 1 IBM terminal control defs */
- #define Q1BUT1 0
- #define Q1BUT2 1
- #define Q1BUT3 2
- #define Q1BUT4 3
- #define Q1BUT5 4
- #define Q1BUT6 5
- #define Q1BUT7 6
- #define Q1BUT8 7
- #define Q1BUT9 8
- #define Q1BUT10 9
- #define Q1BUT11 10
-
- /* quadrant 1 ASCII terminal control defs */
- #define Q1CR 0
- #define Q1LF 1
- #define Q1ESC 2
- #define Q1CTLS 3
- #define Q1CTLQ 4
- #define Q1DEL 5
- #define Q1BREAK 6
- #define Q1CTLC 7
- #define Q1CTLU 8
- #define Q1IC 9
- #define Q1DC 10
-
-
- /* quadrant 2 non-standard "button" */
- /* dialog constants */
- #define Q3DIALQUIT 1
- #define Q3DIALSAVE 2
-
- /* quadrant 3 non-standard "button" constants */
- #define BUT3HIGH 0
- #define BUT3WIDE 0
- /* how oval are the 3rd quadrant buttons? */
-
- /* resource numbers--different resources in same
- * (ibm/ascii)mode all have same value
- */
- #define ASCRES 128
- #define IBMRES 256
-
- #define ABOUTRES 300
- #define ABOUTTNRES 301
-